@charset "utf-8";
/*设置各项默认值*/
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  background-color: #ffffff;
}
table {
  margin: 0px;
  border-collapse: collapse;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
ul,
form,
input,
select {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
i {
  font-style: normal;
}
/*图片动画*/
.hover {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.hover:hover {
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}
/*通用链接默认值*/
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:active {
  color: #e0241b;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 14px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  width: 120px;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  width: 118px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul li.qq,
#rightPiaoFu ul li.msn,
#rightPiaoFu ul li.skype {
  width: 110px;
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul li.tel,
#rightPiaoFu ul li.email {
  width: 110px;
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*留言表单*/
#pcbook {
  width: 700px;
  margin: 40px auto;
  padding: 10px 0px;
  border: 1px solid #C9C9C9;
}
#pcbook .title {
  font-size: 16px;
  font-weight: bold;
  color: #CC0000;
  line-height: 40px;
  text-indent: 20px;
}
#pcbook table th {
  text-align: right;
  font-weight: normal;
  color: #454545;
}
#pcbook table td,
#pcbook table th {
  padding: 8px;
  line-height: 21px;
  font-size: 14px;
}
#pcbook textarea {
  width: 360px;
  height: 130px;
  padding: 5px 8px;
  resize: none;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
}
#pcbook .input {
  padding: 5px 8px;
  width: 180px;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
}
#pcbook .submit {
  padding: 5px 18px;
  border: 1px solid #CC0000;
  border-radius: 5px;
  background: #CC0000;
  color: #ffffff;
  font-family: "Microsoft Yahei", "微软雅黑";
}
/*留言表单*/
#mbook {
  margin: 0px auto;
  padding: 20px;
  background: #FFF;
}
#mbook .title {
  font-size: 24px;
  line-height: 2;
  text-align: center;
}
#mbook table th {
  text-align: right;
  font-weight: normal;
  color: #454545;
}
#mbook table td,
#mbook table th {
  padding: 8px;
  line-height: 2;
  font-size: 20px;
}
#mbook .input {
  width: 300px;
  padding: 8px 10px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
}
#mbook .textarea {
  width: 400px;
  padding: 8px 10px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
}
#mbook .submit {
  padding: 8px 40px;
  font-size: 20px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #2b8548;
  color: #ffffff;
  font-family: "Microsoft Yahei", "微软雅黑";
}
/*留言列表*/
#GuestBookList {
  width: 700px;
  margin: 0px auto;
  margin-top: 15px;
}
#GuestBookList .one {
  padding-bottom: 10px;
}
#GuestBookList .one table {
  background-color: #E4E4E4;
}
#GuestBookList .one table td {
  background-color: #FFFFFF;
  line-height: 21px;
  padding: 8px;
}
#GuestBookList .one table th,
#GuestBookList .one table td.title {
  background-color: #F7F7F7;
  line-height: 21px;
  padding: 8px;
}
#GuestBookList .one table th {
  text-align: center;
  font-weight: normal;
  color: #454545;
}
#GuestBookList .one table td.repaly {
  color: #CC0000;
}
#GuestBookList .one table td.title em {
  float: left;
  color: #454545;
  font-style: normal;
}
#GuestBookList .one table td.title span {
  float: right;
  color: #666;
  font-size: 11px;
}
